Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create yarn build workflow #28

Merged
merged 6 commits into from
May 20, 2022
Merged

Create yarn build workflow #28

merged 6 commits into from
May 20, 2022

Conversation

mprat
Copy link
Member

@mprat mprat commented May 19, 2022

Create Github Actions workflow to always install and build with yarn to ensure no issues in production.

Note: the current version of main is not buildable - this CI will pass once #27 is merged.

One additional change (pinning autoprefixer) had to be done to remove one additional CI warning per twbs/bootstrap#36259. Had to upgrade to the 5.2.0-beta release of bootstrap to get this to pass CI. Issue created to track moving away from beta: #30

@mprat mprat marked this pull request as ready for review May 19, 2022 02:06
@mprat mprat requested a review from fpagnoux May 19, 2022 02:06
@mprat mprat self-assigned this May 19, 2022
Copy link
Member

@fpagnoux fpagnoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding that! It should help us catch merge issues faster!

@mprat
Copy link
Member Author

mprat commented May 19, 2022

Thanks; I'll wait to merge this until the build is actually working (the linked PR) methinks.

@fpagnoux
Copy link
Member

I'll open a side-PR to handle these warnings

@fpagnoux
Copy link
Member

#29

@mprat
Copy link
Member Author

mprat commented May 19, 2022 via email

@mprat
Copy link
Member Author

mprat commented May 19, 2022 via email

@fpagnoux
Copy link
Member

fpagnoux commented May 19, 2022

Thanks! Just merged 29, so if you merge main in this branch, hopefully tests will pass 🤞

@mprat
Copy link
Member Author

mprat commented May 19, 2022

@fpagnoux See my comment about bootstrap (in #30); we have to run the beta of that to fix a downstream dependency issue with a different node package. Nothing seemed off to me in my local dev environment, but if you want to take a look before I finally merge this go for it.

Regardless, CI now passes!

@fpagnoux fpagnoux merged commit cc52114 into main May 20, 2022
@fpagnoux fpagnoux deleted the mprat/yarnci branch May 20, 2022 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants